home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Internet / URL Snooper / URLSnooperSetup.exe / urlsnooper.chm / default.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2009-12-13  |  1.6 KB  |  104 lines

  1. /* Text Styles */
  2. hr { color: #000000}
  3. body, table /* Normal */
  4. {
  5.  font-size: 10pt;
  6.  font-family: 'Arial';
  7.  font-style: normal;
  8.  font-weight: normal;
  9.  color: #000000;
  10.  text-decoration: none;
  11. }
  12. span.f_CodeExample /* Code Example */
  13. {
  14.  font-size: 8pt;
  15.  font-family: 'Courier New';
  16.  color: #000000;
  17. }
  18. span.f_Comment /* Comment */
  19. {
  20. }
  21. span.f_Format3 /* Format3 */
  22. {
  23.  color: #000000;
  24. }
  25. span.f_Format4 /* Format4 */
  26. {
  27.  color: #000000;
  28. }
  29. span.f_Format5 /* Format5 */
  30. {
  31.  color: #000000;
  32. }
  33. span.f_Format6 /* Format6 */
  34. {
  35.  color: #000000;
  36. }
  37. span.f_Headingredunderlined /* Heading, red underlined */
  38. {
  39.  font-size: 12pt;
  40.  font-weight: bold;
  41.  color: #ff0000;
  42.  text-decoration: underline;
  43. }
  44. span.f_Heading1 /* Heading1 */
  45. {
  46.  font-size: 12pt;
  47.  font-weight: bold;
  48. }
  49. span.f_ImageCaption /* Image Caption */
  50. {
  51.  font-size: 8pt;
  52.  font-weight: bold;
  53. }
  54. span.f_Leftindentto72 /* Left indent to 72 */
  55. {
  56.  color: #000000;
  57. }
  58. span.f_Notes /* Notes */
  59. {
  60. }
  61. /* Paragraph styles */
  62. p /* Normal */
  63. {
  64.  text-align: left;
  65.  text-indent: 0px;
  66.  padding: 0px 0px 0px 0px;
  67.  margin: 0px 0px 0px 0px;
  68. }
  69. .p_CodeExample /* Code Example */
  70. {
  71.  white-space: nowrap;
  72. }
  73. .p_Comment /* Comment */
  74. {
  75. }
  76. .p_Format3 /* Format3 */
  77. {
  78. }
  79. .p_Format4 /* Format4 */
  80. {
  81. }
  82. .p_Format5 /* Format5 */
  83. {
  84. }
  85. .p_Format6 /* Format6 */
  86. {
  87. }
  88. .p_Headingredunderlined /* Heading, red underlined */
  89. {
  90. }
  91. .p_Heading1 /* Heading1 */
  92. {
  93. }
  94. .p_ImageCaption /* Image Caption */
  95. {
  96. }
  97. .p_Leftindentto72 /* Left indent to 72 */
  98. {
  99.  margin: 0px 0px 0px 96px;
  100. }
  101. .p_Notes /* Notes */
  102. {
  103. }
  104.